Urban center information by city id
GET
/api/v1/UrbanCenter/city/{cityId}
This endpoint returns a list of urban centers with the provided city id
Parameters
Path Parameters
cityId*
Typeinteger
RequiredFormat
"int32"Responses
OK
application/json
JSON
[
{
"id": 0,
"cityId": 0,
"code": "string",
"name": "string",
"type": "string",
"longitude": 0,
"latitude": 0
}
]